Merge pull request #2859 from pnp/dependabot/npm_and_yarn/samples/js-dynamic-bundling-libraries/thenify-3.3.1

Bump thenify from 3.3.0 to 3.3.1 in /samples/js-dynamic-bundling-libraries
This commit is contained in:
Hugo Bernier 2022-07-27 19:21:12 -07:00 committed by GitHub
commit 3ddcea1b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15462,9 +15462,9 @@
"dev": true
},
"thenify": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz",
"integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
"dev": true,
"requires": {
"any-promise": "^1.0.0"