Lock file maintenance
All checks were successful
valuya/embedded-webview/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-09-18 01:09:07 +00:00
parent ddb8db9bd0
commit a5285e4ac0
2 changed files with 6 additions and 6 deletions

View File

@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: cupertino_icons
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
url: "https://pub.dev"
source: hosted
version: "1.0.5"
version: "1.0.6"
fake_async:
dependency: transitive
description:

View File

@ -8,7 +8,7 @@
"name": "publish-app-store",
"version": "1.0.0",
"dependencies": {
"@types/node": "^14.18.61",
"@types/node": "^14.14.31",
"googleapis": "^91.0.0",
"typescript": "^4.5.2"
}
@ -68,9 +68,9 @@
]
},
"node_modules/bignumber.js": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz",
"integrity": "sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz",
"integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==",
"engines": {
"node": "*"
}