From 7f8bbb192df08f36c9c6a34ec04b070f7caff472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:47:05 +0000 Subject: [PATCH] Bump astronomy-engine from 2.1.12 to 2.1.14 Bumps [astronomy-engine](https://github.com/cosinekitty/astronomy) from 2.1.12 to 2.1.14. - [Release notes](https://github.com/cosinekitty/astronomy/releases) - [Commits](https://github.com/cosinekitty/astronomy/compare/v2.1.12...v2.1.14) --- updated-dependencies: - dependency-name: astronomy-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5fa0b1..cd2f539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "sky-api", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sky-api", - "version": "3.0.0", + "version": "3.1.0", "license": "ISC", "dependencies": { - "astronomy-engine": "^2.1.12", + "astronomy-engine": "^2.1.14", "cors": "^2.8.5", "dayjs": "^1.11.6", "express": "^4.18.2" @@ -55,9 +55,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "node_modules/astronomy-engine": { - "version": "2.1.12", - "resolved": "https://registry.npmjs.org/astronomy-engine/-/astronomy-engine-2.1.12.tgz", - "integrity": "sha512-utxTxItr3qIt27BUrAuI14vYQjg4yXlAQTmEGmfVnUI1BTSugXhvJUrRipeGIiGzAcODmSi0PJL4+jkOaKNgsw==" + "version": "2.1.14", + "resolved": "https://registry.npmjs.org/astronomy-engine/-/astronomy-engine-2.1.14.tgz", + "integrity": "sha512-zV5qgL5yUVVwVcHK4SqgZU115kJ+OUg7f//4sRDFHTma1bWurRNcXf6+ohVI8b2AVlOy9zWpKw6R/aCyBa+7vg==" }, "node_modules/balanced-match": { "version": "1.0.2", @@ -1022,9 +1022,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "astronomy-engine": { - "version": "2.1.12", - "resolved": "https://registry.npmjs.org/astronomy-engine/-/astronomy-engine-2.1.12.tgz", - "integrity": "sha512-utxTxItr3qIt27BUrAuI14vYQjg4yXlAQTmEGmfVnUI1BTSugXhvJUrRipeGIiGzAcODmSi0PJL4+jkOaKNgsw==" + "version": "2.1.14", + "resolved": "https://registry.npmjs.org/astronomy-engine/-/astronomy-engine-2.1.14.tgz", + "integrity": "sha512-zV5qgL5yUVVwVcHK4SqgZU115kJ+OUg7f//4sRDFHTma1bWurRNcXf6+ohVI8b2AVlOy9zWpKw6R/aCyBa+7vg==" }, "balanced-match": { "version": "1.0.2", diff --git a/package.json b/package.json index 8712db8..41dbedc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "astronomy-engine": "^2.1.12", + "astronomy-engine": "^2.1.14", "cors": "^2.8.5", "dayjs": "^1.11.6", "express": "^4.18.2"