aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-12-06 17:02:56 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commit0112729cfaa31a0f0ea2f81f4f4160881185fdd9 (patch)
treee214edc90de39b58230ec6f6819dde005962f5e6 /vnext
parentbdc43a28bab7d91f735c760c389cf135bcbe5905 (diff)
Bump dayjs from 1.11.6 to 1.11.7
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.6 to 1.11.7. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.7/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.6...v1.11.7) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 9cc72af4..2ac73644 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -15,7 +15,7 @@
"config": "^3.3.8",
"core-js": "^3.26.1",
"cors": "^2.8.5",
- "dayjs": "^1.11.6",
+ "dayjs": "^1.11.7",
"esbuild": "^0.15.18",
"evil-icons": "^1.10.1",
"express": "^4.18.2",
@@ -5214,9 +5214,9 @@
}
},
"node_modules/dayjs": {
- "version": "1.11.6",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz",
- "integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ=="
+ "version": "1.11.7",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
+ "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
},
"node_modules/debug": {
"version": "4.3.4",
@@ -20972,9 +20972,9 @@
"dev": true
},
"dayjs": {
- "version": "1.11.6",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz",
- "integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ=="
+ "version": "1.11.7",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
+ "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
},
"debug": {
"version": "4.3.4",
diff --git a/vnext/package.json b/vnext/package.json
index 0f7d0630..d60a7500 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -55,7 +55,7 @@
"config": "^3.3.8",
"core-js": "^3.26.1",
"cors": "^2.8.5",
- "dayjs": "^1.11.6",
+ "dayjs": "^1.11.7",
"esbuild": "^0.15.18",
"evil-icons": "^1.10.1",
"express": "^4.18.2",