Compare commits

...

2 Commits

Author SHA1 Message Date
a5285e4ac0 Lock file maintenance
All checks were successful
valuya/embedded-webview/pipeline/pr-master This commit looks good
2023-09-18 01:09:07 +00:00
ddb8db9bd0 Update dependency @types/node to v14.18.61
All checks were successful
valuya/embedded-webview/pipeline/pr-master This commit looks good
2023-09-17 01:06:36 +00:00
2 changed files with 9 additions and 9 deletions

View File

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

View File

@ -8,15 +8,15 @@
"name": "publish-app-store", "name": "publish-app-store",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@types/node": "^14.18.58", "@types/node": "^14.14.31",
"googleapis": "^91.0.0", "googleapis": "^91.0.0",
"typescript": "^4.5.2" "typescript": "^4.5.2"
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "14.18.58", "version": "14.18.61",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.58.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.61.tgz",
"integrity": "sha512-Y8ETZc8afYf6lQ/mVp096phIVsgD/GmDxtm3YaPcc+71jmi/J6zdwbwaUU4JvS56mq6aSfbpkcKhQ5WugrWFPw==" "integrity": "sha512-1mFT4DqS4/s9tlZbdkwEB/EnSykA9MDeDLIk3FHApGvIMGY//qgstB2gu9GKGESWyW/qiRUO+jhlLJ9bBJ8j+Q=="
}, },
"node_modules/abort-controller": { "node_modules/abort-controller": {
"version": "3.0.0", "version": "3.0.0",
@ -68,9 +68,9 @@
] ]
}, },
"node_modules/bignumber.js": { "node_modules/bignumber.js": {
"version": "9.1.1", "version": "9.1.2",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz", "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz",
"integrity": "sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==", "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==",
"engines": { "engines": {
"node": "*" "node": "*"
} }