bump the npm_and_yarn at /samples/js-solution-editions security update group

---
updated-dependencies:
- dependency-name: "@microsoft/sp-core-library"
  dependency-type: direct:production
- dependency-name: "@microsoft/sp-webpart-base"
  dependency-type: direct:production
- dependency-name: gulp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-25 23:02:47 +00:00 committed by GitHub
parent 9b0956472c
commit 0da88428c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2172 additions and 883 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,15 +6,15 @@
"node": ">=0.10.0"
},
"dependencies": {
"@microsoft/sp-core-library": "~1.1.0",
"@microsoft/sp-webpart-base": "~1.1.1",
"@microsoft/sp-core-library": "~1.18.0",
"@microsoft/sp-webpart-base": "~1.18.0",
"@types/webpack-env": ">=1.12.1 <1.14.0"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.17.2",
"@microsoft/sp-module-interfaces": "~1.1.1",
"@microsoft/sp-webpart-workbench": "~1.12.1",
"gulp": "~3.9.1",
"gulp": "~4.0.2",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/mocha": ">=2.2.33 <2.6.0"
},